-
-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to ring
0.17
#335
Upgrade to ring
0.17
#335
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks 👍
I don't think we should hardcode a git reference of ring like this. Until a new version has been released we should keep the existing versions. Folks should still be able to use cargo's patch feature to override the |
Sorry, bad communication on my end. I don't expect this to be merged until the version is actually released! Hence the draft PR. I only opened this PR to make sure we can get this released ASAP once
Negative. This only works if the version in the |
I'd appreciate a review to make sure we aren't blocked on something once |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but this needs rebasing
I fixed the conflicts by merging. I hope that is fine! You seem to squash-merge in here so I didn't bother with a rebase :) |
@yngrtc This is now ready for review. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #335 +/- ##
==========================================
+ Coverage 61.50% 61.52% +0.01%
==========================================
Files 529 529
Lines 48836 48838 +2
Branches 12356 12364 +8
==========================================
+ Hits 30039 30048 +9
+ Misses 9614 9604 -10
- Partials 9183 9186 +3
☔ View full report in Codecov by Sentry. |
Could you fix clippy/fmt error? |
It seems unrelated to my changes and likely caused by an implicit dependency bump as you are not tracking |
I sent a PR here: #503 |
Rebase it? |
I am assuming because you squash-merge anyway in here that merge was fine too. Btw, there is a setting in GitHub to "always suggest updating branch" that you can enable to always have the button for manually merging |
ring 0.17
has been released! This PR updates to that version.